projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f48b59a
)
(Man-build-section-alist): Remove last Man-match-substring.
author
Stefan Monnier
<monnier@iro.umontreal.ca>
Fri, 30 Nov 2001 21:56:46 +0000
(21:56 +0000)
committer
Stefan Monnier
<monnier@iro.umontreal.ca>
Fri, 30 Nov 2001 21:56:46 +0000
(21:56 +0000)
lisp/man.el
patch
|
blob
|
history
diff --git
a/lisp/man.el
b/lisp/man.el
index c9d175466f741dcc34910f50188be243a676c0a7..b428e4693b385312dd0236b16475b0a9f3ab2ec2 100644
(file)
--- a/
lisp/man.el
+++ b/
lisp/man.el
@@
-867,7
+867,7
@@
The following key bindings are currently in effect in the buffer:
(goto-char (point-min))
(let ((case-fold-search nil))
(while (re-search-forward Man-heading-regexp (point-max) t)
- (aput 'Man-sections-alist (
Man-match-sub
string 1))
+ (aput 'Man-sections-alist (
match-
string 1))
(forward-line 1))))
(defsubst Man-build-references-alist ()